home *** CD-ROM | disk | FTP | other *** search
- /* %filename% -- window class */
- /* Created %date% %time% by AppMaker */
-
- #define _H_%WindName%
-
- #include "z%WindName%.h"
- %for each item gen include.override%
-
- %for each item gen auxiliaryClass%
- /*----------*/
- class C%WindName% : public Z%WindName% {
- public:
- virtual void I%WindName%% %(CDirector *aSupervisor,
- C%appname%Data *theData);
- void UpdateMenus (void); // is override
- void DoCommand (long theCommand); // is override
-
- protected:
- C%appname%Data% %*itsData;
-
- void ProviderChanged (CCollaborator *aProvider,
- long reason,
- void* info); // is override
- %for each item gen auxiliaryMethod.decl%
-
- protected:
- // your application-specific instance variables:
-
- }; /* C%WindName% */
-